home *** CD-ROM | disk | FTP | other *** search
-
- History:
-
- 1.0 - 22.02.1999
- ================
-
- - Initial Release
-
- 1.1 - 02.04.1999
- ================
-
- - Changed code so that it is easier to add more of the graph formats
- supported by SViewII/SViewNG. The supported formats are held in a compound
- variable initialised in code at the bottom of the script. The compound variable
- consists of the following items (all separated by |):
-
- <image format> - File format passed to script
- <suffix> - Suffix to be added to converted files
- <compression available?> - Whether the image format supports compression
- <uncompressed savetype> - SViewII Save type
- <compressed savetype> - SViewII Save type (compressed)
-
- - Fixed small error. Whilst testing the latest changes I noticed that the scripts
- error tidy up section was mis-coded.
-
- - Fixed error caused when user selects directories. The script ignored them but it
- caused a corresponding number of selected files not to be converted.
-
- - Added the option to delete the source files after conversion. Had to add
- processing to get SViewII to read a dummy file so that it would unlock
- the current file for deletion. It took a while for me to work out why the
- script sometimes wouldn't delete files.
-
- - Amended example button bank and Start Menu to use the DOpus5: assignment.
- In the original version they used the complete path which meant they had
- to be amended before they could be used. Thanks to Ed Barcik for letting
- me know.
-
- 1.2 - 17.08.1999
- ================
-
- - Changed my Email address. I've moved over to Wirenet.
-
- - Made small alteration to the script so it will use German or English
- in its requestors depending on the User's Locale settings.
- Thanks to Oliver Molz for providing the translations.
-
- - Added the following graphic formats: Targa (TGA)
- ACBM uncompressed
- PNM PGM (P5)
- PNM PPM (P6)
- SGI
- YUVN (411)
- SunRaster (RAS)
-
- 1.2a - 21.08.1999
- =================
-
- - Added a small improvement which was suggested to me by Ulrich Falke
- to correctly handle filenames which have a numeric suffix
- (eg pic.001, pic.002...). Ulrich Falke is the author of the script
- SVProPics which can also be used with the SViewII program.
-
-
- Future:
- - Produce statistics on files processed?
-
- - Add ability to perform some of the SV Operators on images as they are
- converted?
-
- - Add support of other Languages? Translations anyone?
-